type github.com/jackc/pgx/v5/pgconn.pipelineState
13 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L2265: state pipelineState
pgconn.go#L2295: type pipelineState struct {
pgconn.go#L2304: func (s *pipelineState) Init() {
pgconn.go#L2311: func (s *pipelineState) RegisterSendingToServer() {
pgconn.go#L2322: func (s *pipelineState) registerFlushingBufferOnServer() {
pgconn.go#L2333: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
pgconn.go#L2351: func (s *pipelineState) ExtractFrontRequestType() pipelineRequestType {
pgconn.go#L2372: func (s *pipelineState) PushBackStatementData(sd *StatementDescription, resultFormats []int16) {
pgconn.go#L2377: func (s *pipelineState) ExtractFrontStatementData() (*StatementDescription, []int16) {
pgconn.go#L2395: func (s *pipelineState) HandleError(err *PgError) {
pgconn.go#L2399: func (s *pipelineState) HandleReadyForQuery() {
pgconn.go#L2403: func (s *pipelineState) PendingSync() bool {
pgconn.go#L2416: func (s *pipelineState) ExpectedReadyForQuery() int {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)